SearchInResourceResponse

data class SearchInResourceResponse(result: List<SearchMatch>)

Represents response frame that is returned from Page#searchInResource operation call. Searches for given string in resource content.

See also

Constructors

SearchInResourceResponse
Link copied to clipboard
fun SearchInResourceResponse(result: List<SearchMatch>)

Properties

result
Link copied to clipboard
val result: List<SearchMatch>
List of search matches.

Sources

jvm source
Link copied to clipboard